home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / xqlmvb.exe / XQLMVB.DOC < prev   
Encoding:
Text File  |  1991-11-03  |  1002 b   |  22 lines

  1. These VB declarations for VB are not well tested. I am just 
  2. beginning to try to write Novell XQL programs using VB.
  3. I am posting this early effort only because others are 
  4. having the same problems I had in getting Novell XQL to
  5. work, since Novell has not yet provided any help to show
  6. how to interface to VB (that I can find). There is no 
  7. assurance whatsoever that these declarations will work
  8. for you, but I have written a working example using some
  9. of the functions.
  10.         You'll need the XQL DLL from Netwire (Netware SQL
  11. Requester for Windows 3.0). Follow Novell's instructions
  12. for using the DLL. If you are trying to use the local XQL
  13. tsr then you need to load btrieve and xql before you start
  14. windows. This takes lots of free dos memory. Use dos 5.0
  15. and try loading btrieve high. This worked for me using
  16. QEMM.
  17.         The syntax for calling the XQLM functions is as
  18. shown in the XQL manuals for the C interface - more or
  19. less. Good luck.
  20.                 Dennis Donahue
  21.  
  22.